|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubPlanPrompt
Overall container structure for all the prompts that are part of the plan. Contains the following items:
Method Summary | |
---|---|
ComponentSelector |
getComponentSelector(int inCompNum)
Returns the ComponentSelector for the given ComponentSelector index. |
java.lang.String |
getLimitToHostSet()
Returns the name of the hostset that this subplan is constrained to run on. |
int |
getNumComponentSelectors()
Returns the total number of component selectors. |
ExecutionPlanID |
getSubplanID()
Returns the planID of the subplan. |
java.lang.String |
getSubplanName()
Returns the subplan name. |
HostID[] |
getTargets()
Returns the array of HostIDs representing the targets for this subplan. |
Method Detail |
---|
java.lang.String getSubplanName()
ExecutionPlanID getSubplanID()
HostID[] getTargets()
java.lang.String getLimitToHostSet()
int getNumComponentSelectors()
ComponentSelector getComponentSelector(int inCompNum)
inCompNum
- the index.
ComponentSelector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |